Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
panel-plugins:xfce4-docklike-plugin:start [2021/10/17 08:58] – long description davekeoghpanel-plugins:xfce4-docklike-plugin:start [2023/07/02 08:58] (current) – Update Latest Release section kevinbowen
Line 5: Line 5:
 A modern, minimalist taskbar for Xfce. A modern, minimalist taskbar for Xfce.
  
-Docklike Taskbar behaves similarly to many desktop interfaces and other operating system's equivalents. Wherein all application windows are grouped together as an icon and can be pinned to act like a launcher when the application is not running. Commonly referred to as a dock.+Docklike Taskbar behaves similarly to many other desktop environments and operating systems. Wherein all application windows are grouped together as an icon and can be pinned to act as a launcher when the application is not running. Commonly referred to as a dock.
    
   * **[[#Usage|Usage]]**   * **[[#Usage|Usage]]**
Line 64: Line 64:
  
 ===== Theming ===== ===== Theming =====
-You can modify the appearance of dock items with CSS. Create (or modify) //~/.config/gtk-3.0/gtk.css// and add:+You can modify the appearance of dock items with CSS. Create (or modify) //~/.config/gtk-3.0/gtk.css// and add any of the following:
  
     /* Taller or wider buttons */     /* Taller or wider buttons */
Line 73: Line 73:
          
     /* Brightly colored buttons */     /* Brightly colored buttons */
-    #docklike-plugin .open_group { +    #docklike-plugin .open_group { background-color: lightblue; } 
-      background-color: lightblue; +    #docklike-plugin .active_group { background-color: hotpink; } 
-    +    #docklike-plugin .hover_group { background-color: orange; } 
-    #docklike-plugin .active_group { +     
-      background-color: hotpink; +    /* number of open windows label */ 
-    +    #docklike-plugin .window_count { color: red; } 
-    #docklike-plugin .hover_group { +    #docklike-plugin .open_group .window_count { color: white; } 
-      background-color: orange; +    #docklike-plugin .active_group .window_count { color : hotpink; } 
-    }+ 
 +A list of all the CSS selectors created by the plugin: 
 + 
 +    #docklike-plugin 
 +      .group 
 +      .open_group 
 +      .active_group 
 +      .window_count 
 +      .menu 
 +      .active_menu_item 
 +      .hover_menu_item
  
 Changes will take effect after the panel is restarted (//xfce4-panel -r//). Changes will take effect after the panel is restarted (//xfce4-panel -r//).
Line 89: Line 99:
 ===== Latest Release ===== ===== Latest Release =====
  
-{{rss>https://archive.xfce.org/feeds/project/xfce4-docklike-plugin 1 date description 2h}}+{{rss>https://archive.xfce.org/feeds/project/xfce4-docklike-plugin 1 date 2h}}
  
-  * **[[https://archive.xfce.org/src/panel-plugins/xfce4-docklike-plugin/|Previous Releases]]**+[[https://gitlab.xfce.org/panel-plugins/xfce4-docklike-plugin/-/blob/master/NEWS|Read the CHANGELOG]] 
 + 
 +  * **[[https://archive.xfce.org/src/panel-plugins/xfce4-docklike-plugin/|Download current release]]** (link also contains older versions)
  
 [[|Back to Top]] [[|Back to Top]]
Line 98: Line 110:
  
 ===== Source Code Repository ===== ===== Source Code Repository =====
 +
 [[https://gitlab.xfce.org/panel-plugins/xfce4-docklike-plugin/]] [[https://gitlab.xfce.org/panel-plugins/xfce4-docklike-plugin/]]
  
Line 103: Line 116:
  
 ===== Reporting Bugs ===== ===== Reporting Bugs =====
-[[https://gitlab.xfce.org/panel-plugins/xfce4-docklike-plugin/-/issues]]+ 
 +  * **[[:panel-plugins:xfce4-docklike-plugin:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs 
  
 [[|Back To Top]] [[|Back To Top]]